home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-20 / bb21c.zip / MS400.DOC < prev    next >
Text File  |  1989-01-29  |  1KB  |  65 lines

  1. This is information for users of the MS-400 four port serial card but
  2. also applies any board where the serial ports share interrupts.
  3.  
  4. First install BB normally.  If you encounter excessive overrun errors
  5. (more than 1 evey 15 minutes or so), modify your PARMS.BB to use
  6. the INTERLOCK_COM parameter.
  7.  
  8. Example: Suppose COM3, 4, and 5 are shared.  Your PARMS.BB would look
  9. like:
  10.  
  11.     PORT
  12.       ...
  13.       COM = 3
  14.       ...
  15.     ENDPORT
  16.  
  17.     PORT
  18.       ...
  19.       COM = 4
  20.       INTERLOCK_COM = 3
  21.       ...
  22.     ENDPORT
  23.  
  24.     PORT
  25.       ...
  26.       COM = 5
  27.       INTERLOCK_COM = 3
  28.       ...
  29.     ENDPORT
  30.  
  31. Each use of INTERLOCK_COM slows down the operation of the BBS so use
  32. sparingly.  If you have 3 ports shared, try just interlocking two and
  33. leaving the other free.  If you have 4 ports, interlock 2 and 2.
  34.  
  35. Four Port Example:  COM3,4,5,6 are an MS-400 card
  36.  
  37.  
  38.     PORT
  39.       ...
  40.       COM = 3
  41.       ...
  42.     ENDPORT
  43.  
  44.     PORT
  45.       ...
  46.       COM = 4
  47.       INTERLOCK_COM = 3
  48.       ...
  49.     ENDPORT
  50.  
  51.     PORT
  52.       ...
  53.       COM = 5
  54.       ...
  55.     ENDPORT
  56.  
  57.     PORT
  58.       ...
  59.       COM = 6
  60.       INTERLOCK_COM = 5
  61.       ...
  62.     ENDPORT
  63.  
  64.  
  65.